home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iasel.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.0 KB  |  75 lines

  1.  
  2. // JavaScript wrapper for r3iasel.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IASEL_H = 1;
  7. include("real/intact/r3intact.js")
  8.  
  9.  
  10. var R3CLID_IASELECT = 99;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Register new handle
  16. // Returns: Boolean, TRUE if succeded
  17. // p1: Integer, priority of handle. Large priority handle overrules low priority handle. Default 0.
  18. // p3: Integer, handle class id    
  19.  
  20. R3CIASEM_REGISTERHELPER = 99001;
  21.  
  22. function mR3CIASEM_REGISTERHELPER(p1, p3) {
  23.   return   DoA2(this.r3obj, 99001, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
  24. }
  25.  
  26.  
  27.  
  28.  
  29. var R3IASEA_Interactor = 99501; // Integer
  30. R3IASEA_HandleWireObject = 99502;
  31. function SetR3IASEA_HandleWireObject(value) {
  32.   R3Set(this.r3obj, R3IASEA_HandleWireObject, value, R3TID_INTEGER, 0); 
  33. }
  34.  
  35. var R3IASEA__WAS__SelectionSpace = 99503; // Integer
  36. R3IASEA_OnlyFindThisKind = 99504;
  37. function SetR3IASEA_OnlyFindThisKind(value) {
  38.   R3Set(this.r3obj, R3IASEA_OnlyFindThisKind, value, R3TID_INTEGER, 0); 
  39. }
  40.  
  41. R3IASEA_AcceptPointCount = 99506;
  42. function SetR3IASEA_AcceptPointCount(value) {
  43.   R3Set(this.r3obj, R3IASEA_AcceptPointCount, value, R3TID_INTEGER, 0); 
  44. }
  45.  
  46. function GetR3IASEA_AcceptPointCount() {
  47.   return R3Get(this.r3obj, R3IASEA_AcceptPointCount, R3TID_INTEGER, 0); 
  48. }
  49.  
  50. var R3IASEA_Method = 99507; // Integer
  51. var R3IASEA_Tags = 99508; // Tag[]
  52. var R3IASEA_Types = 99509; // Integer
  53. var R3ISMKEY_NONE = 1;
  54. var R3ISMKEY_CTRL = 2;
  55. var R3ISMKEY_ALT = 4;
  56. var R3ISMKEY_SHIFT = 8;
  57.  
  58.  
  59. function r3Iaselect () { 
  60.    this.base = r3God;
  61.    if(arguments.length) {
  62.       this.base(R3CLID_IASELECT, arguments);
  63.    }
  64.    // Methods
  65.    this.REGISTERHELPER=mR3CIASEM_REGISTERHELPER;
  66.  
  67.    // Attributes
  68.    this.SetHandleWireObject=SetR3IASEA_HandleWireObject;
  69.    this.SetOnlyFindThisKind=SetR3IASEA_OnlyFindThisKind;
  70.    this.GetAcceptPointCount=GetR3IASEA_AcceptPointCount;
  71.    this.SetAcceptPointCount=SetR3IASEA_AcceptPointCount;
  72. }
  73.  
  74. r3Iaselect.prototype=new r3Intact;
  75. // r3iasel.h_H